home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DDJ0192.ARJ / README.ASC < prev    next >
Text File  |  1991-11-21  |  3KB  |  85 lines

  1. DSP.ASC
  2. Title: PARALLEL DSP FOR DESIGNING ADAPTIVE FILTERS
  3. Keywords: JAN92   DSP   PARALLEL   FILTERS
  4. C pseudo-code and assembly code accompanying Daniel Chen's 
  5. article on parallel DSP. Written for Texas Instrument's TMS320C40 
  6. digital signal processor. 
  7.  
  8. WISC.ASC
  9. Title: WRITABLE INSTRUCTION SET COMPUTERS
  10. Keywords: JAN92  WISC  RISC  CISC  FORTH  WARREN ABSTRACT MACHINE  
  11. Jack Woehr's Forth code that implements a Warren Abstract 
  12. Machine. Written for the CPU/16 WISC processor.
  13.  
  14. DISKDUP.ASC
  15. Title: YOUR OWN DISK DUPLICATION PROGRAM
  16. Keywords: JAN92   PROTECTED-MODE   CODEBUILDER   DUPLICATE
  17. Published code that implements Al Williams' disk duplicator 
  18. program. Al uses Intel's C CodeBuilder--and its royalty-free DOS 
  19. extender--to develop a disk duplication program that stores 
  20. images of floppy disks entirely in memory. 
  21.  
  22. CB386.ARC 
  23. Title: YOUR OWN DISK DUPLICATION PROGRAM
  24. Keywords: JAN92   PROTECTED-MODE   CODEBUILDER   DUPLICATE
  25. Complete (unpublished) system that implements Al Williams' disk 
  26. duplicator program. Al uses Intel's C CodeBuilder--and its 
  27. royalty-free DOS extender--to develop a disk duplication program 
  28. that stores images of floppy disks entirely in memory. Requires 
  29. ARCE.COM to extract. Also see DISKDUP.ASC published code.
  30.  
  31. RAID.ASC
  32. Title: THE FIVE LEVELS OF RAID
  33. Keywords: JAN92  RAID  DISCRETE-EVENT SIMULATION
  34. These programs let you use discrete-event simulation techniques 
  35. to predict system the performance of "Redundant Arrays of 
  36. Inexpensive Disks"--small disks grouped together forming the 
  37. virtual image of larger disks. Accompanies Mike Wiebel and Steve 
  38. Johnson's article.
  39.  
  40. DFLAT.192 
  41. Title: C PROGRAMMING COLUMN
  42. Keywords: JAN92  C  CUA/SAA  
  43. Al Stevens' continues his multi-part series on D-Flat, a SAA/CUA 
  44. compliant interface library for C. This month Al covers the 
  45. EDITBOX. Also see DFLAT9.ARC and DF9TXT.ARC.
  46.  
  47. DFLAT9.ARC
  48. DF9TXT.ARC
  49. Title: C PROGRAMMING COLUMN
  50. Keywords: JAN92  C  CUA/SAA  
  51. The current version of the complete system for Al Stevens' D-FLAT 
  52. interface library for C. Requires ARCE.COM to extract. 
  53.  
  54. RISC.ASC
  55. Title: PROGRAMMING THE 29050 
  56. Keywords: JAN92  RISC  29000  FLOATING-POINT EVENTS
  57. Techniques for programming floating-point events when coding 
  58. AMD's 29050 RISC processor. From the article by David L. Moore.
  59.  
  60. GRPHPROG.ASC
  61. Title: GRAPHICS PROGRAMMING COLUMN
  62. Keywords:  JAN92   GRAPHICS  3-D   ANIMATION   VGA  C  ASM
  63. Michael Abrash begins a 3-D animation project, focusing this 
  64. month on page flips and polygon fills in C and ASM.  Also see 
  65. 3D.ARC for complete system.
  66.  
  67. 3D.ARC
  68. Title: GRAPHICS PROGRAMMING COLUMN
  69. Keywords:  JAN92   GRAPHICS  3-D   ANIMATION   VGA  C  ASM
  70. Complete (unpublished) system for Michael Abrash exploration into 
  71. 3-D animation. Requires ARCE.COM to extract.
  72.  
  73. SMARTDRV.ASC
  74. Title: UNTANGLING SMARTDRIVE
  75. Keywords: JAN92  WINDOWS   DOS   DISK CACHING
  76. Geoff Chappell gets into the innards of Microsoft's SMARTDrive, 
  77. the disk cache that's included with MS compilers, DOS 5, and 
  78. Windows 3. He includes a program that demonstrates how SMARTDrive 
  79. can be queried or reconfigured using DOS's device driver I/O 
  80. Control (IOCTL) interface as a starting point for programmers who 
  81. want to co-operate with SMARTDrive or claim its memory for 
  82. yourself.
  83.  
  84.  
  85.